home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / mhsv32.zip / 96V32HUB.LOG < prev    next >
Text File  |  1990-01-16  |  2KB  |  72 lines

  1. \disp "    Preparing Hayes 9600 bps V.32 modem or Compatible for call (HUB).
  2.     Please wait . . .
  3. "
  4. \prmp " [Hayes modem] Enter phone number "
  5. \shut
  6. \bel
  7. \cr\.
  8. AT Z0\cr\slep 4
  9. AT Q0E1X1X4\cr\.
  10. AT S7=60\cr
  11. \wait 8 "OK" 0 10\.
  12. \idle 18
  13. AT$BA0\cr\.
  14. \shut
  15. AT DT\$1\cr
  16. \wait 8 "CONN" 0 20
  17.     \.\disp "    Handshaking with remote system.
  18.     Please wait . . .
  19. "
  20.     \ret 1
  21. \:10
  22.     \shut
  23.     \disp "[Modem not responding; check cabling/COM port declaration]
  24. "
  25. \:20
  26.     \ret 0
  27. \end
  28.  
  29. *******    NOTES:
  30.     - This control file ASSUMES that DCD (lead 8) is
  31.     connected between the modem and your computer.
  32.  
  33.         - This control file ASSUMES that the modem will not
  34.         answer while DTR is LOW.  To achieve this you may
  35.     have to set some hardware switches (see below) or
  36.     some software switches using LINK and at Terminal
  37.     mode give the following commands (exactly as shown):
  38.  
  39.         ATZ
  40.         AT &D3 &W
  41.  
  42.  
  43.     - This control file has been designed for HUBs using
  44.     external modems.  It will keep DTR low all during the time
  45.     that initialization is happening.  This is done so that
  46.     if a call comes at initialization time, it will not
  47.     answer and loose the call.   In certain modems this
  48.     can be enhanced by Pre-programming the DTR control
  49.  
  50.  
  51.     - For free-standing model, the switches behind the
  52.     front panel must be set as follows:
  53.  
  54.         1  2  3  4  5  6  7  8
  55.         ----------------------
  56.         x  x     x     x  x
  57.         ----------------------
  58.               x     x        x
  59.         ----------------------
  60.  
  61.     1. DTR monitored
  62.     2. Res codes in words
  63.     3. Res codes sent
  64.     4. Echo ON
  65.     5. DISABLE auto-ans (controlled by HAYES-EX.DEF)
  66.     6. DTR lead (for hang-up)
  67.     7. Single line
  68.     8. Enable command recognition
  69.  
  70.  
  71.  
  72.